projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1eb6c5b
)
(c-guess-basic-syntax): Add autoload.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 9 Aug 2005 11:39:24 +0000
(11:39 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 9 Aug 2005 11:39:24 +0000
(11:39 +0000)
lisp/progmodes/cc-engine.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-engine.el
b/lisp/progmodes/cc-engine.el
index d9f0d088319f5d0a8d6e2096ca6c2c4ae05ca55f..71dc39a56e90aac7a0538fd12173e28970d6c3d4 100644
(file)
--- a/
lisp/progmodes/cc-engine.el
+++ b/
lisp/progmodes/cc-engine.el
@@
-5599,6
+5599,7
@@
brace."
containing-sexp paren-state))
)))
+;;;###autoload
(defun c-guess-basic-syntax ()
"Return the syntactic context of the current line.
This function does not do any hidden buffer changes."